home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3intege.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_INTEGER_H = 1;
- include("oops/r3osgdgt.js")
-
-
- var R3CLID_INTEGER = 35;
-
-
-
-
- R3GIA_Number = 35500;
- function SetR3GIA_Number(value) {
- R3Set(this.r3obj, R3GIA_Number, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GIA_Number() {
- return R3Get(this.r3obj, R3GIA_Number, R3TID_INTEGER, 0);
- }
-
- R3GIA_MaxChars = 35501;
- function SetR3GIA_MaxChars(value) {
- R3Set(this.r3obj, R3GIA_MaxChars, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GIA_MaxChars() {
- return R3Get(this.r3obj, R3GIA_MaxChars, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Integer () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_INTEGER, arguments);
- }
- // Attributes
- this.GetNumber=GetR3GIA_Number;
- this.SetNumber=SetR3GIA_Number;
- this.GetMaxChars=GetR3GIA_MaxChars;
- this.SetMaxChars=SetR3GIA_MaxChars;
- }
-
- r3Integer.prototype=new r3Osgadget;
- // r3intege.h_H